instantiateReceiverCompat
@NonNull
Allows application to override the creation of receivers. This can be used to perform things such as dependency injection or class loader changes to these classes.
Parameters
cl
The default classloader to use for instantiation.
className
The class to be instantiated.
intent
Intent creating the class.